home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / getpid.man < prev    next >
Encoding:
Text File  |  1989-01-03  |  734 b   |  67 lines

  1.  
  2.  
  3.  
  4. GETPID                C Library Procedures                 GETPID
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      getpid, getppid - get process identification
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ppiidd == ggeettppiidd(())
  13.      iinntt ppiidd;;
  14.  
  15.      ppppiidd == ggeettppppiidd(())
  16.      iinntt ppppiidd;;
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      _G_e_t_p_i_d returns the process ID of the current process.  Most
  20.      often it is used to generate uniquely-named temporary files.
  21.  
  22.      _G_e_t_p_p_i_d returns the process ID of the parent of the current
  23.      process.
  24.  
  25. SSEEEE AALLSSOO
  26.      gethostid(2)
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 13, 1986                          1
  64.  
  65.  
  66.  
  67.